home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / programming / source / mount.lha / mount / smakefile < prev    next >
Encoding:
Makefile  |  1994-07-28  |  198 b   |  12 lines

  1. all: test testv37
  2.  
  3. test: test.o mount.o
  4.    sc link test.o mount.o to test
  5.  
  6. testv37: test.o mountv37.o
  7.    sc link test.o mountv37.o to testv37
  8.  
  9. test.o: test.c
  10. mount.o: mount.c
  11. mountv37.o: mountv37.c
  12.